Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / C1CachedDataCollectionList<T> Class / OnItemUnloaded Method
The sender
The info about the unloaded item.

In This Topic
    OnItemUnloaded Method (C1CachedDataCollectionList<T>)
    In This Topic
    Called when an item is unloaded from the collection.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnItemUnloaded( _
       ByVal sender As Object, _
       ByVal e As C1.DataCollection.CacheDataCollectionItemEventArgs(Of T) _
    ) 
    protected virtual void OnItemUnloaded( 
       object sender,
       C1.DataCollection.CacheDataCollectionItemEventArgs<T> e
    )

    Parameters

    sender
    The sender
    e
    The info about the unloaded item.
    See Also